home *** CD-ROM | disk | FTP | other *** search
- Path: usenet.cis.ufl.edu!usenet
- From: ep@cis.ufl.edu (Ed Porras)
- Newsgroups: comp.lang.c++
- Subject: Borland C++ 4.52 OWL child dialog question
- Date: 12 Mar 1996 07:22:34 GMT
- Organization: University of Florida (Computer Science Department)
- Message-ID: <1223.6645T140T1158@cis.ufl.edu>
- NNTP-Posting-Host: dialup-b2.cis.ufl.edu
- X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
-
- Hi,
-
- I'm running Win95 and coding with Borland C++ 4.52.. our project is
- using OWL with resources..
-
- the problem is when we have a dialog with a child dialog, is there something
- that I must take care of to handle the correct destruction of them?
- is, for some reason, the HWindow shared between the two? the reason
- i'm asking is because if the user pops up the first (parent), and then
- activates a callback to popup it's child dialog an exeption will occur
- upon exiting the application if IDCANCEL was returned by both dialogs..
-
- my destructors are both calling Destroy() and then deleting private members
- that i've allocated..
-
- i've traced through the exiting, and the execption is occurs nowhere in
- my code.. it happens after - as if it's deallocating something that is not
- there..
-
- does anyone know about this? please mail me at
-
- ep@cis.ufl.edu
-
-
- thanks
-
- -e
-
- --
- ---------------------------------------------------------------
- Ed Porras | Email: ep@cis.ufl.edu
- 2777 SW Archer Rd. AJ-308 | WWW: http://www.cis.ufl.edu/~ep/
- Gainesville, Fl 32608 | University of Florida, CISE Dept.
- (352) 335-8169 | Work: (352) 373-2626
- ---------------------------------------------------------------
-
-